|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
BbaGroup handles and manipulates Bba groups. More...
Public Member Functions | |
| void | setGroupName (string) |
| Sets the Bba group name. More... | |
| string | getGroupName () |
| Returns the Bba group name. More... | |
| void | setVirtualTempInt (VirtualTemplateInterface) |
| Sets the specified VirtualTemplateInterface as the virtual template interface. More... | |
| VirtualTemplateInterface | getVirtualTempInt () |
| Returns the virtual template interface. More... | |
BbaGroup handles and manipulates Bba groups.
| string BbaGroup::getGroupName | ( | ) |
Returns the Bba group name.
| VirtualTemplateInterface BbaGroup::getVirtualTempInt | ( | ) |
Returns the virtual template interface.
| void BbaGroup::setGroupName | ( | string | ) |
Sets the Bba group name.
| name,the | name for the Bba group. |
| void BbaGroup::setVirtualTempInt | ( | VirtualTemplateInterface | ) |
Sets the specified VirtualTemplateInterface as the virtual template interface.
| vInterface,the | VirtualTemplateInterface object of interest. |